Contribution org.nuxeo.ecm.user.center.dashboard.opensocial.actions--actions
org.nuxeo.ecm.user.center.dashboard.opensocial.actions
inside nuxeo-user-dashboard-opensocial-5.8.jar
This contribution is part of XML component Extension Point
Extension point actions of component ActionService.Contributed Items
XML Source
<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">
<action id="Dashboard" label="user.center.dashboard" link="user_center_fragment.xhtml" order="10">
<category>USER_CENTER</category>
</action>
<action id="DashboardMain" label="" link="/incl/dashboard/user_opensocial_dashboard.xhtml" order="10">
<category>Dashboard_sub_tab</category>
<filter id="notForMSIE7">
<rule grant="false">
<condition>#{isMSIE6or7}</condition>
</rule>
</filter>
</action>
<action id="DashboardMain_MSIE7" label="" link="/incl/dashboard/user_jsf_dashboard.xhtml" order="10">
<category>Dashboard_sub_tab</category>
<filter id="fallBackForMSIE7">
<rule grant="true">
<condition>#{isMSIE6or7}</condition>
</rule>
</filter>
</action>
<action id="DashboardManagement" label="admcommand.DashboardManagement" link="/incl/dashboard/dashboard_management.xhtml" order="70">
<category>NUXEO_ADMIN</category>
<filter-id>dashboardManagementAccess</filter-id>
</action>
<action id="DefaultDashboardManagement" label="tab.dashboard.management.default" link="/incl/dashboard/default_dashboard_management.xhtml" order="10">
<category>DashboardManagement_sub_tab</category>
<filter-id>dashboardManagementAccess</filter-id>
</action>
<action id="AnonymousDashboardManagement" label="tab.dashboard.management.anonymous" link="/incl/dashboard/anonymous_dashboard_management.xhtml" order="20">
<category>DashboardManagement_sub_tab</category>
<filter-id>only_for_manager</filter-id>
<filter id="isAnonymousUserDefined">
<rule grant="true">
<condition>#{anonymousUserDefined}</condition>
</rule>
</filter>
</action>
<action id="ExternalGadgets">
<category>DashboardManagement_sub_tab</category>
</action>
</extension>